/* The purpose of this component is to deal with integration navigation between each views. */ import { RootComponent } from '@bearer/core' import '@bearer/ui' @RootComponent({ name: '{{groupName}}', }) export class {{componentClassName}} { render() { return ( {{componentName}} Action {{withAuthScreen}}
My first screen
) } }